home *** CD-ROM | disk | FTP | other *** search
- -- background: 2693 from stack: in
- -- bmap block id: 23418
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0004
- -- rect: left=284 top=36 right=87 bottom=491
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=320 top=137 right=201 bottom=459
- -- title width / last selected line: 0
- -- icon id / first selected line: 2507 / 2507
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: identify structure
- ----- HyperTalk script -----
- on mouseUp
- global used
- put "used" into used
- go to next card
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=319 top=215 right=279 bottom=459
- -- title width / last selected line: 0
- -- icon id / first selected line: 23078 / 23078
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Pick a structure at random
- ----- HyperTalk script -----
- on mouseUp
- global used
- if used is not empty then
- put empty into used
- else go to next card
-
- go to card round(random of 20*2)
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=477 top=317 right=339 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 20689 / 20689
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go to stack "Home"
- end mouseUp
-
-
-